home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00136.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  525 b   |  21 lines

  1. on mouseDown me
  2.   repeat while the mouseDown
  3.     if the memberNum of sprite 32 = 72 then
  4.       if the locH of sprite 32 > 524 then
  5.         set the locH of sprite 32 to the locH of sprite 32 - 1
  6.       end if
  7.     else
  8.       if the memberNum of sprite 32 = 74 then
  9.         if the locH of sprite 32 > 525 then
  10.           set the locH of sprite 32 to the locH of sprite 32 - 1
  11.         end if
  12.       end if
  13.     end if
  14.     startTimer()
  15.     repeat while the timer < 10
  16.       nothing()
  17.     end repeat
  18.     updateStage()
  19.   end repeat
  20. end
  21.